Platform Explorer / Nuxeo Platform 2023.10

Operation NuxeoDrive.GetFileSystemItem (Nuxeo Drive: Get file system item)

Description

Get the file system item with the given id. Return the result as a JSON blob.
Operation id NuxeoDrive.GetFileSystemItem
Category Services
Label Nuxeo Drive: Get file system item
Requires
Since

Parameters

Name Description Type Required Default value
id Id of the file system item to get. string yes  
parentId Optional parent id of the file system item to get. For optimization purpose. string no  

Signature

Inputs void
Outputs blob

Implementation Information

Implementation Class Class: org.nuxeo.drive.operations.NuxeoDriveGetFileSystemItem
Contributing Component org.nuxeo.drive.operations.NuxeoDriveGetRootsOperation

JSON Definition

{
  "id" : "NuxeoDrive.GetFileSystemItem",
  "label" : "Nuxeo Drive: Get file system item",
  "category" : "Services",
  "requires" : null,
  "description" : "Get the file system item with the given id. Return the result as a JSON blob.",
  "url" : "NuxeoDrive.GetFileSystemItem",
  "signature" : [ "void", "blob" ],
  "params" : [ {
    "name" : "id",
    "description" : "Id of the file system item to get.",
    "type" : "string",
    "required" : true,
    "widget" : null,
    "order" : 0,
    "values" : [ ]
  }, {
    "name" : "parentId",
    "description" : "Optional parent id of the file system item to get. For optimization purpose.",
    "type" : "string",
    "required" : false,
    "widget" : null,
    "order" : 0,
    "values" : [ ]
  } ]
}